GtkApplicationWindow: avoid mis-allocation
authorMatthias Clasen <mclasen@redhat.com>
Wed, 13 Nov 2013 02:01:29 +0000 (21:01 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 13 Nov 2013 02:01:29 +0000 (21:01 -0500)
commit99fb39460a81e9244d2f96fa0b35a02176e5d9c5
tree7f9dd8c3d8c276cc3c6bd12bd6c569918fede597
parent255c3a081e569a8b68a99a50664706a6cf47e71c
GtkApplicationWindow: avoid mis-allocation

In the fallback case, we were adding the border width of the
window twice, causing the content to be mis-positioned and
cut off in some cases.

https://bugzilla.gnome.org/show_bug.cgi?id=710909
gtk/gtkapplicationwindow.c